home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / smashing.swf / scripts / frame_8 / DoAction.as
Text File  |  2008-03-12  |  135b  |  10 lines

  1. if(_framesloaded < _totalframes)
  2. {
  3.    gotoAndPlay(_currentframe - 1);
  4. }
  5. else
  6. {
  7.    loadingStatus.play();
  8.    gotoAndPlay(21);
  9. }
  10.